/* 评论框及内容 */
.feed {
    font-family: "微软雅黑";
    width: 100%;
    margin: 8px 0;
}

.avatar-comment {
    width: 50px;
    float: left;
    margin: 0 8px 0 0;
}

.feed .avatar-comment span {
    width: 50px;
    height: 50px;
    display:inline-block;
}

.feed .box1 {
    width: 100%;
    float: left;
    background: #f6f6f6;
    border: 1px solid #e0e0e0;
}

.feed .box1 .current {
    font-size: 14px;
    margin: 8px;
}

.feed .box1 .info {
    margin: 0 8px;
    text-align: right;
}

.feed .box1 .line {
    padding: 8px 0 0 0;
    border-bottom: 1px solid #e0e0e0;
}
.feed .box1 .info span{
    cursor: pointer;
}
.feed .box1 .box2 {
    margin: 8px;
    padding: 0 0 8px 0;
    border-bottom: 1px dashed #ccc;
}

.feed .box1 .box2_comments {
    width: 80%;
    overflow: hidden;
    float: left;
}

.feed .box1 .say {
    margin: 0 0 8px;
}

.clear {
    clear: both;
}

.content-comment {
    padding:1rem 1rem 0 1rem;
    line-height: 2rem;
    font-size: 16px !important;
}
.user-comment{
    color: #999595;
    font-weight: bold;
    text-align:right;
    font-size:12px;
}
.user-comment span{ padding-left:10px; }

/*投诉人信息*/
.tuu_info {
	background-color: #d4defb;
	position: absolute;
	right: 10px;
	height: 110px;
	width: 200px;
	padding: 10px;
}

.tuu_info  label {
	line-height: 20px;
	font-size: 14px;
	font-weight: lighter;
	text-indent: 2em;
}

.tuu_info label.tttt {
	font-weight: bold;
	text-indent: 0em;
}

/*灰底蓝字，文本提示*/
.note{ line-height:30px; color:#003399; font-size:18px; padding:10px; background-color:#f6f6f6; }


/*登录*/
.container.tc-main{ padding-top:20px; }
h2.text-center{ font-size:26px; font-weight:bold; line-height:58px; }

/* 新闻详情 */
.lead img{ max-width:100%; }
.content .lead {
	font-size: 16px;
	line-height: 30px;
}

.que_img{ margin-bottom:5px; }
.reply_wrap{
	margin-bottom:6px;
}
.reply_wrap h2{
	font-size:20px; font-weight:bold; 
	display:block;padding:10px; 
	border-bottom:solid 2px #f54343; 
}
.reply_wrap div{
	background-color:#f6f6f6;
	padding:10px; 
}
.reply_wrap div.reply{
	color:#003399;
}
.reply_wrap .reply p{
	font-size:18px;
	margin-bottom:0px; 
}
.reply_wrap p.user_info{
	text-align:right; font-size:12px;
}
.reply_wrap p.user_info span{
	padding-left:10px;
}
.reply_wrap div.editReply{
	color:#cc0000;
}
.reply_wrap h2{ display:block; }

/*投诉详情*/
img.lazy{ max-width:90%; }
p.deal_status {
	float: right;
	padding-left: 1.6rem;
	background: url(https://ts.voc.com.cn/themes/mobile/public/assets/new-mobile/images/ico_zt.png) no-repeat left center;
	background-size: auto 1.25rem;
}
.editReply{ height:auto; clear:both; background-color:#f6f6f6; color:#cc0000; padding:10px; }
.row_title{ font-weight:bold; font-size:18px; line-height:40px; }

/*搜索框*/
red{ color:red; }
green{ color:green; }
#input_search{ color:#999; }
#input_search:focus{ color:#333; }
















